'宣言 Public Function New( _ ByVal collection As IDataCollection(Of Object), _ ByVal dataIndex As System.Integer _ )
public GridRow( IDataCollection<object> collection, System.int dataIndex )
パラメータ
- collection
- 項目を含むコレクション
- dataIndex
- コレクション内のデータのインデックス
'宣言 Public Function New( _ ByVal collection As IDataCollection(Of Object), _ ByVal dataIndex As System.Integer _ )
public GridRow( IDataCollection<object> collection, System.int dataIndex )